.. _`Morphological reconstruction`: .. _`com.sympathyfordata.imageanalysis.morphological_reconstruction`: Morphological reconstruction ```````````````````````````` .. image:: image_reconstruct.svg :width: 48 Performs morphological reconstruction from a seed image and mask image. Values are spread from the seed values, as long as they are greater than or lower than the mask (for dillation respectively erosion) Documentation ::::::::::::: Performs morphological reconstruction from a seed image and mask image. Values are spread from the seed values, as long as they are greater than or lower than the mask (for dillation respectively erosion) Definition :::::::::: Input ports ........... **seed** | Type: image | Description: Seed image **mask** | Type: image | Description: Mask image Output ports ............ **result** | Type: image | Description: Result Configuration ............. **Method** (method) Morphological method (dilation/erotion) **Offset** (offset) Offset applied to seed image before reconstruction Examples ........ Example flows demonstrating this node: * :download:`MorphologicalReconstruction.syx ` Implementation .............. .. automodule:: node_reconstruction :noindex: .. class:: MorphologicalReconstruction :noindex: